Adding Cmdlet New-AzApplicationGatewayRewriteRuleUrlConfiguration to support url rewrite capability for V2 application gateways#10894
Adding Cmdlet New-AzApplicationGatewayRewriteRuleUrlConfiguration to support url rewrite capability for V2 application gateways#10894anton-evseev merged 6 commits intoAzure:network-decemberfrom abjai:urlrewrite
Conversation
src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1
Outdated
Show resolved
Hide resolved
src/Network/Network/help/New-AzApplicationGatewayRewriteRuleUrlConfiguration.md
Outdated
Show resolved
Hide resolved
src/Network/Network/help/New-AzApplicationGatewayRewriteRuleUrlConfiguration.md
Outdated
Show resolved
Hide resolved
src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Pull request contains merge conflicts. |
@isra-fel I have addressed your comments. I have added the local feed so that tests can run. Once swagger SDK got published and updated in december-release branch, i will pull those changes and resolve the conflicts. Please note that we are targetting these changes to be released as a part of January end release. |
|
Hi @abjai |
@isra-fel : I have removed the conflict changes however i could see that SDK is still not updated in Network.csproj so tests might fail. @number213 : Can you please update the network.csproj with latest SDK so that tests start passing? Please note that these changes need to be part of Januray 20 release |
|
So, your test project still relies on 21.0.00preview SDK. |
@isra-fel : Yes it is still dependent on the updated SDK published as a part of January 17 release. I don't know the exact version published as a part of SDK release. Adding @number213 to help in updating the SDK version for Network.csproj |
@isra-fel @number213 has raised a PR to update SDK #10928. Once it is merged, my changes should be able to pass the tests |
@isra-fel : updated the PR with latest sdk. |
|
/azp run azure-powershell - powershell-core |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run azure-powershell - powershell-core |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Need to work on PR for merging network into master. Since @isra-fel approved and added "waiting for CI" I'll go ahead and merge this PR |
Adding Cmdlet New-AzApplicationGatewayRewriteRuleUrlConfiguration to support url rewrite capability for V2 application gateways
Description
This should be released as a part of Powershell January Release
Adding Support for UrlConfiguration under RewriteRuleActionset for Application Gateway Url Rewrite Feature
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be addedPowershell design review link: Azure/azure-powershell-cmdlet-review-pr#339
Swagger PR: Azure/azure-rest-api-specs#7905